Numeric entities of the form "&#<decimal>;" and "&#x<hex>;" (e.g. "'" or "/") are supported. Illegal values will result in `codepoint.replacement_character`
NYI: UNDER DEVELOPMENT: Named character references other than the once listed above are not supported (yet): https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references
mapping (the inverse of encode):
" " => " "
"&" => "&"
"<" => "<"
">" => ">"
""" => "\""
"'" => "'"
"/" => "/"
Numeric entities of the form "&#<decimal>;" and "&#x<hex>;"
(e.g. "'" or "/") are supported. Illegal values
will result in `codepoint.replacement_character`
NYI: UNDER DEVELOPMENT: Named character references other than the once listed above are not supported (yet):
https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references